Interface org.omg.CORBA.portable.Delegate
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface org.omg.CORBA.portable.Delegate

public interface Delegate
extends Object

Method Index

 o create_request(Object, Context, String, NVList, NamedValue)
 o create_request(Object, Context, String, NVList, NamedValue, ExceptionList, ContextList)
 o duplicate(Object)
 o get_implementation()
 o get_interface()
 o hash(int)
 o invoke(OperationDescriptor, long[], Object[], Context)
 o is_a(String, String[])
 o is_equivalent(Object)
 o non_existent()
 o release()

Methods

 o duplicate
  public abstract Object duplicate(Object original)
 o release
  public abstract void release()
 o is_a
  public abstract boolean is_a(String repository_id,
                               String repository_ids[])
 o is_equivalent
  public abstract boolean is_equivalent(Object that)
 o non_existent
  public abstract boolean non_existent()
 o hash
  public abstract int hash(int maximum)
 o create_request
  public abstract Request create_request(Object obj,
                                         Context ctx,
                                         String operation,
                                         NVList arg_list,
                                         NamedValue result)
 o create_request
  public abstract Request create_request(Object obj,
                                         Context ctx,
                                         String operation,
                                         NVList arg_list,
                                         NamedValue result,
                                         ExceptionList exceptions,
                                         ContextList contexts)
 o get_interface
  public abstract InterfaceDef get_interface()
 o get_implementation
  public abstract ImplementationDef get_implementation()
 o invoke
  public abstract Object invoke(OperationDescriptor op,
                                long n[],
                                Object o[],
                                Context ctx)

All Packages  Class Hierarchy  This Package  Previous  Next  Index